NAME
	GU_NewList -- Initialize a list header for use.

   SYNOPSIS
	GU_NewList(list)
	           A0

	VOID GU_NewList(struct List *);

   FUNCTION
	This initializes a list header for use. Much easier than to do it
	by hand.

   INPUTS
	list - Struct List.

   RESULT
	none

   BUGS
	none known

   SEE ALSO
	GU_AddTail(), GU_ClearList(), GU_DetachList(), GU_AttachList()
	GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.